home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / Shadez_TheBlackOperations_fla / Size_1.as < prev    next >
Text File  |  2011-08-19  |  447b  |  27 lines

  1. package Shadez_TheBlackOperations_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    public dynamic class Size_1 extends MovieClip
  6.    {
  7.        
  8.       
  9.       public function Size_1()
  10.       {
  11.          if(true)
  12.          {
  13.             super();
  14.             addFrameScript(0,frame1);
  15.          }
  16.       }
  17.       
  18.       function frame1() : *
  19.       {
  20.          if(true)
  21.          {
  22.             visible = false;
  23.          }
  24.       }
  25.    }
  26. }
  27.